dvb_parse_table

@struct dvb_parse_table @brief Describes the fields to parse on a file @ingroup file

@param prop Name of the DVBv5 or libdvbv5 property field @param table Name of a translation table for string to int conversion @param size Size of the translation table @param mult_factor Multiply factor - Used, for example, to multiply the symbol rate read from a DVB-S table by 1000. @param has_default_value It is different than zero when the property can be optional. In this case, the next field should be present @param default_value Default value for the optional field

Members

Variables

default_value
int default_value;
Undocumented in source.
has_default_value
int has_default_value;
Undocumented in source.
mult_factor
int mult_factor;
Undocumented in source.
prop
uint prop;
Undocumented in source.
size
uint size;
Undocumented in source.
table
const(char*)* table;
Undocumented in source.

Meta